home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / mighty.exe / README.DOC < prev    next >
Text File  |  1990-12-31  |  9KB  |  246 lines

  1. README.DOC - Mighty Math Notes                                                               8/8/90
  2.  
  3.  
  4. Contents
  5.  
  6.   1.  Recent changes and additions
  7.   2.  Program Description
  8.   3.  System Requirements
  9.   4.  List of Files on this disk
  10.   5.  Starting and Quitting the program
  11.   6.  Registration and Orders
  12.  
  13.  
  14. 1.  Recent Changes and Additions
  15.  
  16.  
  17.     (a)  Program
  18.          -------
  19.  
  20.     (b)  Documentation
  21.          -------------
  22.  
  23.     *  No changes to program or documentation at this time.  *
  24.  
  25.  
  26.     (b)  Quick Study Demo
  27.          ----------------
  28.  
  29.       To run the Quick Study Demo, enter DEMO at the DOS prompt.
  30. The files DEMO.BAT, RDEMO2.EXE, and STUDY.DBD must be present in
  31. your current directory for the Demo to run.
  32.  
  33.  
  34. 2. Program Description
  35.  
  36.       The purpose of Mighty Math is to help people--especially
  37. kids!--learn the times tables as quickly and enjoyably as
  38. possible.  The program also helps with Division, Addition, and
  39. Subtraction tables; but the focus is on the basic Multiplication
  40. tables.
  41.  
  42.       The Play modes Practice and Test make up the heart of
  43. the program.  Both work essentially the same, the main difference
  44. being that Test mode keeps track of the time you take, and scores
  45. your results.  The program keeps track of the top 10 high scores.
  46. If you play Test mode and score in the top 10, your name, the
  47. date, and your score are recorded on the high scores list.
  48.  
  49.       There are several Options you can set to control the way
  50. the Practice and Test modes work.  You select the options you want
  51. to use, then start either Practice or Test mode.  The main option
  52. you must select is the "Operator", -- the type of mathematical
  53. operator you want to work with: Multiplication (x), Addition (+),
  54. Subtraction (-), or Division (%).
  55.  
  56.      This README.DOC file gives basic information on how to start
  57. and quit the program.  The complete manual is in the file
  58. MATH.DOC.  There is an on-line Help system that gives plenty of
  59. help; to access the system, press the F1 function key from almost
  60. anywhere.
  61.  
  62.  
  63. 3. System Requirements
  64.  
  65.       - IBM PC computer, or 100% compatible
  66.       - MS-DOS, 3.0 or later
  67.       - 500K free RAM memory
  68.       - Color video and hard disk helpful but not necessary
  69.  
  70.  
  71. 4. File list
  72.  
  73.      MATH.EXE     Main Mighty Math program.
  74.  
  75.      MATH.OPL     Menu library file.
  76.  
  77.      MATH.HLP     Help System file.
  78.  
  79.  
  80.      MATH.DOC     The Mighty Math manual, in a disk file.  You c
  81.                   print the manual with any word processor that
  82.                   can handle plain ASCII text (most can), or use
  83.                   the DOS command "print math.doc".  Make sure y
  84.                   have letter-size paper (8-1/2" by 11") in the
  85.                   printer.  Use a word processor to do the
  86.                   printing if you have one, because the DOS
  87.                   Print command can't set margins or page length
  88.                   of the printed output.  This file can be
  89.                   viewed from within the program, using the
  90.                   Help/Guide feature.
  91.  
  92.      MATH.SCO     Contains sample scores.  You can erase this fi
  93.                   and start your own scores file.  If Mighty Mat
  94.                   doesn't find a MATH.SCO file, it will create o
  95.                   in the current directory.
  96.  
  97.      MATH.CFG     Sample configuration file; sets program option
  98.  
  99.      MATH.PST     Sample Print config file; sets print options.
  100.  
  101.      MATH.WRO     Sample Wrong file; used to review problems.
  102.  
  103.      MATH.BUG     A plain ASCII text file to use for keeping n
  104.                   about any bugs you may find in the program (
  105.                   hope you never have to use it.  But if you d
  106.                   have to use it, I hope you will do so freely
  107.                   and send me a copy of your notes and comment
  108.  
  109.      INVOICE.DOC  Sample invoice form to use in registering the
  110.                   program or ordering additional copies.  Remember
  111.                   if you register, you'll receive an additional
  112.                   programs free, and it is excellent.
  113.  
  114.      README.DOC   This file
  115.  
  116.      DEMO.BAT,    Files needed to run Quick Study demo.  All 3
  117.      STUDY.DBD,   must be in the current directory.  To run the
  118.      RDEMO2.EXE   demo, enter 'DEMO' at the DOS prompt.
  119.  
  120.  
  121. 5. Installation
  122.  
  123.       First make a copy of the program disk and store the
  124. original in a safe place; use the copy to install and run the
  125. program.  If you don't know how to make copies of files and
  126. disks, consult the DOS manual or ask someone with more computer
  127. experience before going any further.
  128.  
  129.       (a) To install on a hard disk
  130.  
  131.       Installation consists simply of copying the files from
  132. the Mighty Math disk to a sub-directory of your hard disk.  You
  133. should set aside a special sub-directory just for the Mighty Math
  134. files.
  135.  
  136.       On a PC computer, a hard disk usually is designated as
  137. Drive C:.  I will assume that your hard disk is Drive C:; if
  138. your hard drive has a different letter designation, modify
  139. these instructions accordingly.
  140.  
  141.       First go to your hard disk.  From the DOS prompt, just
  142. enter "C:" to get there.
  143.  
  144.       Then create a separate directory to store the Mighty Math
  145. files.  Call it anything you want.  Just "MATH" will do.  The
  146. DOS command to create the \MATH directory would be: "md \math"
  147. (without the quotes, of course).
  148.  
  149.       Then switch to the Mighty Math directory.  If you named
  150. the directory "\MATH" as suggested above, the DOS command to
  151. switch there would be "cd \math".  Copy all files from the
  152. Mighty Math disk to the new directory.
  153.  
  154.       (b) To install on a floppy disk
  155.  
  156.       Installation on a floppy disk just involves making a copy
  157. of the Mighty Math disk.  Don't use your original disk; make a
  158. backup copy right away, then store the original in a safe place
  159. and use the backup exclusively after that.
  160.  
  161.       To copy a floppy disk, use the DOS command DISKCOPY.
  162. Consult your DOS manual for details.  Here are the basics.
  163.  
  164.       First, write-protect the original Mighty Math disk to make
  165. sure you don't erase or overwrite anything by mistake during the
  166. copying process.  Then put the Mighty Math disk in Drive A:.  If
  167. you have a second floppy disk drive (B:), put a blank diskette
  168. there.  From the A: prompt, enter "DISKCOPY A: B:".  If you have
  169. two floppy disk drives, DOS will copy the Mighty Math files on
  170. Drive A: to the disk in Drive B:.  If you have only one floppy
  171. disk drive (A:), DOS will treat Drive A: as Drive B: for copying
  172. purposes, and instruct you to replace the original disk with the
  173. blank disk at the appropriate times during copying.
  174.  
  175.       Note: you can't use DISKCOPY to copy from one type disk to
  176. a different type; e.g., you can't copy from a 1.2mb disk to a
  177. 360k disk.  You may need to use the regular DOS COPY command.
  178. Also note that to install Mighty Math on a 360k floppy disk, you
  179. may need to omit some files.  The files most easily lost are
  180. those that contain the Quick Study Demo: DEMO.BAT, RDEMO2.EXE,
  181. and STUDY.DBD; these may have been included on your distribution
  182. disk, and if so, you may leave them off the copy.
  183.  
  184.  
  185. 5.  Starting and Quitting the Program
  186.  
  187.       To start the program, go to the Drive or directory where
  188. the Mighty Math files are stored, enter "MATH" at the DOS
  189. prompt, and press ENTER.
  190.  
  191.       The first screen you see is the Title Screen; it displays
  192. the name of the program and the copyright information.  The
  193. Serial Number of your copy of the program will appear in the
  194. Title window.
  195.  
  196.       Press RETURN (the ENTER key on most keyboards) to leave
  197. the Title screen and go to the main menu.
  198.  
  199.       Once you are in the main menu, you can get help by
  200. selecting the Help sub-menu.  To exit the program, select Quit
  201. from the main menu; a sub-menu appears with the choices "Yes" and
  202. "No"; press "Y" to select "Yes".
  203.  
  204.  
  205. 6. Registration and Orders
  206.  
  207.       Just send $35 for each registered copy of Mighty Math
  208. you want to:
  209.  
  210.       Robert Homes
  211.       Brief*Case
  212.       P. O. Box 500
  213.       Gulfport, MS 39502
  214.       (601) 863-8888
  215.  
  216.       Make sure to include your name, address, and telephone
  217. number.  Also include a note of the disk format you use; we can
  218. supply program disks in 5-1/4" or 3-1/2" format.
  219.  
  220.       With each registered copy of Mighty Math you order, you'll
  221. receive a free disk of my other educational program, Quick Study,
  222. and a bound User's Guide with instructions for both programs.
  223.  
  224.       You'll also receive notices of future updates, a special
  225. discount on the price of upgrades, and free telephone support.
  226.  
  227.       When you order, please send along your comments and
  228. suggestions for improvement; I really want to keep supporting
  229. and improving these programs, and I can do so only with your
  230. help.  Thank you!
  231.  
  232.       If you are with an institution that requires more record
  233. keeping than your cancelled check, you may find the file
  234. INVOICE.DOC useful.  It contains a blank invoice form you can
  235. print out with the DOS command "print invoice.doc".  You may
  236. need to print a test run to make sure the top and left margins
  237. are right for your printer.
  238.  
  239.       Site licenses at very reasonable rates are available for
  240. schools and similar institutions.  Call for more information.
  241.  
  242.       Thank you for your support.
  243.  
  244.       - Robert Homes
  245.  
  246.